Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / IAsyncActionWithProgress<TProgress> Interface / Completed Property

In This Topic
    Completed Property (IAsyncActionWithProgress<TProgress>)
    In This Topic
    Gets or sets the method that handles the action completed event.
    Syntax
    'Declaration
     
    Property Completed As C1.Win.C1Document.AsyncActionWithProgressCompletedHandler(Of TProgress)
    C1.Win.C1Document.AsyncActionWithProgressCompletedHandler<TProgress> Completed {get; set;}
    See Also